<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  鎵嬫満鏍峰紡寮€濮� */
.navbar{
	border-bottom: 1px solid #f1f1f1;
}
@media (max-width:768px) {
	.nav-link{
		color: #888 !important;
		font-size: 14px;
		border-bottom: 1px solid #f1f1f1;
	}
	.nav-link:hover{
		color: #222 !important;
	}
	.nav-link:focus{
		color: #222 !important;
		border-bottom: 1px solid #fff;
	}
}
/* ------------------------------------------------------------------------鍙充晶鑿滃崟鎸夐挳寮€濮� */
.navbar-toggler{
	width: 35px;
	height: 30px;
	padding:3.5px 0 !important;
	color: #85d685;
	border-color: #0aad0a;
}
.navbar-toggler img{
	width: 23px;
	height: 18px;
	margin: auto;
}
/* --------------------------------------------------------------------------鍙充晶鑿滃崟鎸夐挳缁撴潫 */
/* --------------------------------------------------------------------------鑿滃崟鍏抽棴鎸夐挳寮€濮� */
.btn-close{
	width: 35px;
	height: 30px;
	padding: 0 !important;
	font-size: 12px;  /*宸殑澶у皬*/
}
.btn-close:focus {
	box-shadow:0 0 0 .25rem rgba(10,173,10,.25); /*杈规棰滆壊*/
	opacity:1;
	outline:0
}
/* --------------------------------------------------------------------------鑿滃崟鍏抽棴鎸夐挳缁撴潫 */
/* --------------------------------------------------------button 宸︿晶鎸夐挳寮€濮� */
.list-unstyled li{
	list-style:none;
}
.list-unstyled li a{
	padding: 5px 10px;
}
.m-y{
	margin: 5px 0;
}
/*-------------------------------------------------------- button 宸︿晶鎸夐挳缁撴潫 */
/* ----------------------------------------------浜岀骇鑿滃崟鏄剧ず寮€濮� */
.dropdown-submenu {  
    position: relative;  
}   
.dropdown-submenu&gt;.dropdown-menu {  
    top: -5px;  
    left: 100%;  
    margin-left: -1px;    
}  
@media (max-width:768px) {
	.dropdown-submenu&gt;.dropdown-menu {  
        margin-top: 10px !important; 
    }  
}
.dropdown-submenu:hover&gt;.dropdown-menu {  
    display: block; 
}  
.dropdown-animation.dropdown-submenu .dropdown-menu {
	display:block;
	margin-right:.125rem;
	margin-top:0;
	opacity:0;
	right:100%;
	top:0;
	transform:translateY(20px);
	transition:all .3s ease-in;
	visibility:hidden
}
.dropdown-animation.dropdown-submenu:hover&gt;.dropdown-menu {
	opacity:1;
	transform:scaleY(1);
	visibility:visible;
}
.dropdown-submenu.dropend .dropdown-menu {
    position: relative !important;
    left:0 !important;
    right:0;
    top:0px;
    color: #000;
}
.dropdown-item:hover{
background-color: #0aad0a !important;
color: #fff;
}
/* -------------------------------浜岀骇鑿滃崟鏍峰紡缁撴潫 */
/* 鎵嬫満鏍峰紡缁撴潫 */
/* 鎵嬫満绔痭avbar 寮€濮�*/
.navimg{
    margin: auto;
    width: 70px;
    height: 70px;
    /* background-color: #50af49; */
    border-radius: 6px;
    text-align: center;
	margin-top: -20px !important;
}
.navimg img{
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
.navtext{
    width: 100%;
    text-align: center;
    font-size: 14px;
    /* margin-top: 10px; */
    margin-bottom: 20px;
}
/* 鎵嬫満绔痭avbar 缁撴潫*/</pre></body></html>